home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / vltbin.zoo / vault.hlp < prev    next >
Text File  |  1991-04-25  |  20KB  |  425 lines

  1. This is the Vault help file.  Each help screen starts with a title
  2. line and has up to 18 lines of help.
  3.  
  4. ~Full Backup:Daily Incremental:Cleanup Incremental
  5. Full Backup
  6.  
  7. A Full Backup backs up all the files in the folder(s) you specify,
  8. usually all the files on a partition of your hard disk.  It often
  9. takes a long time and many backup disks because a hard disk stores
  10. a lot of information.  It should be done initially and then from
  11. time to time whenever a clean copy of everything on the hard disk
  12. is desired.  Between full backups, you should run daily
  13. incremental and cleanup incremental backups. 
  14.  
  15. To run a full backup, click on 'Full Backup' under the 'File' menu. 
  16.  
  17. ~Daily Incremental:Full Backup
  18. Daily Incremental Backup
  19.  
  20. A daily incremental backup backs up only those files which have
  21. changed since the last time you backed up your hard disk.  This is
  22. the most commonly used type of backup because it's quick and you
  23. can therefore do it daily.  Before you run a daily incremental,
  24. though, you must run a full backup.
  25.  
  26. To run a daily incremental, click on 'Daily Incremental' under the
  27. 'File' menu. 
  28.  
  29. ~Cleanup Incremental:Full Backup:Daily Incremental
  30. Cleanup Incremental Backup
  31.  
  32. After many days of running a daily incremental, your incremental
  33. backup set will fill up.  Then, it's time to run a cleanup
  34. incremental, which backs up all the files which have changed since
  35. the last full backup.  After the cleanup incremental, you can
  36. continue with daily incrementals until the backup sets fill up
  37. again and you run another cleanup incremental.  Eventually, enough
  38. will change on your hard disk since the last full backup so that
  39. it's best to run a full backup instead of a cleanup incremental.
  40.  
  41. To run a cleanup incremental, click on 'Cleanup Incremental' under
  42. the 'File' menu. 
  43.  
  44. ~Archive Bit:Cleanup Incremental:Daily Incremental
  45. Archive Bit
  46.  
  47. TOS version 1.4 or newer will set the "archive" bit on a file
  48. whenever it is modified.  This includes modifying a file with a
  49. database and any time a file is created.  A file which is moved by
  50. copying and then deleting the old file will have its archive bit
  51. set, too. 
  52.  
  53. Normally, The Vault does not back up according to how the archive
  54. bit is set, but does clear the bit when it backs up a file.  When
  55. the "Use Archive Bit" flag in the "Options" menu is set, The Vault
  56. will back up files with the archive bit set and files with a new
  57. date when running an incremental backup.  If a file it backs up
  58. has an old date so that it would not have been backed up without
  59. the archive bit, The Vault changes its date so it would have been.
  60. This way, it will be backed up on subsequent cleanup incrementals. 
  61.  
  62. Note  that this option is not available with TOS 1.0 or TOS 1.2
  63.  
  64. ~Split Files:Split Threshold
  65. Split Files
  66.  
  67. Sometimes, the files you want to back up are larger than will fit on
  68. one floppy disk.  The Vault then splits them into two or more files
  69. across subsequent backup sets, giving each one a unique name based on
  70. the original file's name.  The Vault uses the same base name, but adds
  71. a new extender telling which part of the file it is.  For example, if
  72. The Vault splits a file "BIG.BIG" across three disks, it creates files
  73. called "BIG.A01", "BIG.A02" and "BIG.A03".  If "BIG.Axx" already
  74. exists, where xx are two digits, The Vault will try other letters
  75. until it finds one which is free.  For example, if you have a real
  76. file called "BIG.A34", The Vault would call the split files "BIG.B01",
  77. "BIG.B02" and "BIG.B03" instead.
  78.  
  79. When The Vault doesn't split files, you can restore its backup sets
  80. using any standard file copy program.  But when it splits a file, you
  81. need The Key (the restore program for The Vault) to restore it.
  82. Because of the inconvenience of split files, you can give The Vault a
  83. split threshold, so that it will never split small files.
  84.  
  85. ~Full Copy:Full Backup:Split Files:History File
  86. Full Copy
  87.  
  88. Full Copy is like Full Backup except that The Vault never splits
  89. files, writes the history file, changes the date on a file when using
  90. the archive bit, or checks disk labels.  You are also only allowed
  91. one starting folder on a full copy.  It is useful when you just
  92. want to copy data, such as making up disks for a user group or a
  93. friend. 
  94.  
  95. To run a full copy, click on 'Full Copy' under the 'File' menu.
  96.  
  97. ~Incremental Copy:Full Copy
  98. Incremental Copy
  99.  
  100. Incremental Copy is like Full Copy except that only those files
  101. created or modified since a date and time you specify will be
  102. copied. 
  103.  
  104. To run an incremental copy, click on 'Incremental Copy' under the
  105. 'File' menu. 
  106.  
  107. ~Input Parameters:Folder Selection:File Selection:History File:Starting Folder
  108. Selecting the Input Parameters
  109.  
  110. The Input Parameters dialog box allows you to specify which files
  111. you want backed up.  It has three parts: in the left-hand window
  112. are the folders to back up.  In the right-hand window are the
  113. folder selection masks for the selected starting folder in the
  114. left-hand window.  This lets you specify some folder to not back
  115. up.  To change the starting folders and folder selection masks,
  116. click on the items in the windows and use the buttons 'Add',
  117. 'Insert', 'Edit', 'Delete' and 'Clear', which apply to the current
  118. window. 
  119.  
  120. Below that is the backup history name, which you can type in by
  121. hand or use the mouse to select, and the file selection
  122. masks which, like the folder selection masks, let you tell The
  123. Vault to back up certain files and not others.  The Vault will
  124. back up all files matching the file selection masks in folders
  125. matching the folder selection masks.
  126.  
  127. ~File Selection
  128. File Selection Masks
  129.  
  130. File selection masks let you select which files to back up.  Use
  131. *.* to include all files.  '*' matches any string of zero or more
  132. characters, '?' matches exactly one character, and other
  133. characters match themselves.  Thus, *.PAS would match only those
  134. files whose type is '.PAS', and *2.?  would match all files whose
  135. name ends with '2' and whose type is a single character. 
  136.  
  137. If you give more than one mask, The Vault uses them from left to
  138. right.  For example, *.pas *.c backs up all the '.PAS' and '.C'
  139. files.  A mask preceded by an exclamation point (!) excludes the
  140. matching files.  For example, *.* !*.BAK backs up all files except
  141. the '.BAK' files.  Each new mask adds to or subtracts from the set
  142. of files specified by all preceding masks.  For example, *.*
  143. !TEST.* *.C starts with all files, then removes those matching
  144. 'TEST.*', then adds back all files matching '*.C'.  Note that
  145. 'TEST.C' will be backed up by these rules. 
  146.  
  147. ~Folder Selection:File Selection:Starting Folder
  148. Folder Selection Masks
  149.  
  150. Folder selection masks let you select which folders to back up.  Use
  151. '.' to include all subfolders of the starting folder.  You select them
  152. with the file selector the way you select a starting folder: select a
  153. starting folder, click on the "Folder Selection" window and then on
  154. the "Add" button.  Each Folder Selection Mask is simply the "tail-end"
  155. of a path-name.  Therefore, you cannot select a folder selection mask
  156. which is above the starting folder to which it applies.  For example,
  157. if your starting folder were E:\R\ and you wanted E:\R\DOCS\ to be
  158. backed up, then that folder with the file selector and "DOCS\" would
  159. appear in the window.  You could not select "E:\" with the file
  160. selector because that's above "E:\R" in the folder tree. 
  161.  
  162. As with File Selection masks, if you give more than one mask, The Vault
  163. uses them from the top down.  If you click on the "Exclude" button, the
  164. given mask excludes the matching folder.  Clicking on the "Fl Only" button
  165. A mask makes the mask not apply to any of its subfolders. 
  166.  
  167. ~Output Parameters:Backup Set
  168. Output Parameters Dialog Box
  169.  
  170. The Output Parameters dialog box lets you select the backup set
  171. name and starting volume number.  Enter the requested information
  172. from the keyboard. 
  173.  
  174. The backup set name should consist of at most eight
  175. alphanumeric characters.  The starting volume number should
  176. generally be 1. 
  177.  
  178. On a copy, this box also lets you select an output folder.  You
  179. may select any